home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000422_news@columbia.edu_Sun Feb 5 03:27:03 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01142
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 5 Feb 1995 11:37:07 -0500
  3. Received: by apakabar.cc.columbia.edu id AA22262
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 5 Feb 1995 11:37:05 -0500
  5. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!gatech!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: [Q] How do I run a script?
  9. Message-Id: <1995Feb5.092703.40638@cc.usu.edu>
  10. Date: 5 Feb 95 09:27:03 MDT
  11. References: <3h1n91$hu7@cronkite.ocis.temple.edu>
  12. Organization: Utah State University
  13. Lines: 13
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3h1n91$hu7@cronkite.ocis.temple.edu>, georged@astro.ocis.temple.edu (G. DIMITOGLOU) writes:
  17. > Hi! just a simple hint on what command to use in order to run a script I wrote.
  18. > Also, is there a degugging method to verify where my code crashes (in case it
  19. > does ?)
  20. ---------------
  21.     MS-DOS Kermit (please do explain your context, thanks):
  22.     TAKE filename         to read commands from that file
  23.     SET TAKE ECHO ON    to see commands executed
  24.  
  25.     HELP            to see name of the User's Manual
  26.  
  27.     Joe D.
  28.  
  29. -8-223-5082 
  30. >               arthur@gateway.dircsa.org.au, arthur@cswamp.apana.org.au
  31. ---------------
  32.     The remote host echoed something like ESC [ m to you, and while
  33. doing script commands video displaying is accomplished by DOS. ANSI.SYS
  34. is crippled and puts you into 40 column mode (see the docs on ANSI.SYS
  35. in your DOS books). Cure: SET INPUT ECHO OFF.
  36.     Joe D.